@charset "utf-8";

html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0); font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif; font-weight: normal;}
body,ul,li,dt,dl,p,h1,h2,h3,h4,h5,h6,div,html,form,select,option,table,tr,td,dt,dl,dd,span,input,i,em,b,br,section,header,footer,nav,menu,aside,audio,video,canvas,svg,details,figure,figcaption,summary,hgroup,pre,sub,sup,button,textarea,input{margin:0;padding:0;color:inherit;}
body{ color: inherit; background-color: #fff;  word-break: break-all; word-wrap:break-word; font-weight: 400;  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;} 
input,button{overflow: visible;vertical-align:middle;outline:none}
input[type="submit"],input[type="reset"],input[type="button"],input[type="text"],input[type="password"]{-webkit-appearance:none;outline:none}
a,a img{text-decoration:none; color:#333;border:0;}
a:focus{outline:none;}
a:hover{ background: none;}
a:focus, a:hover{ color: #666;}
ul,ul li,li{list-style:none}
fieldset,img,input,button{border: none; padding: 0;margin: 0; outline-style: none;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: normal;}
img{display: block;max-width: 100%;height: auto;margin: 0 auto;}
.paddingHeader{padding-bottom: 80px;}
@media screen and (max-width:1000px){
    .paddingHeader{ padding-bottom: 66px;}
}

@media screen and (min-width:768px){
    html{ font-size: 14.5px;}
}
@media screen and (min-width:376px) and (max-width:767px){
    html{ font-size: 14px;}
}
@media screen and (min-width:320px) and (max-width:375px){
    html{ font-size: 13px;}
}
@media screen and (max-width:319px){
    html{font-size: 12px; }
}

.wrapper{ width: 1300px; margin: 0 auto; padding: 0; box-sizing: border-box; }

@media screen and (max-width:1350px){
    .wrapper{ width: 100%; padding: 0 20px; }
}
@media screen and (max-width:1000px){
    .wrapper{ width: 100%; padding: 0 10px;}
}

/* 滚动条style */
html:not(.isMobile) *::-webkit-scrollbar { width: 6px; height: 6px; background: none; }
html:not(.isMobile) *::-webkit-scrollbar-thumb { background: #163a88; border-radius: 10px;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);}

/* 常用felx弹性属性 */
.flex{  display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: nowrap; justify-content:space-between;align-items:flex-start; align-content: flex-start; }  
.order{ order:0; flex: 0 1 auto; align-self: auto; } /* align-self: auto | flex-start | flex-end | center | baseline | stretch; */

/* 单行溢出-多行溢出 */
.row{text-overflow: ellipsis;overflow: hidden;white-space:nowrap;}
.multi_row{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp:3; }

/* 清除浮动 */
.clearfix:after{content:"";height:0; line-height:0; display:block;clear:both; visibility:hidden;}    
.clearfix{ zoom:1;}

div.fake,li.fake{height: 1px; background: none; opacity: 0; filter: alpha(opacity=0); margin: 0; padding: 0;}

/* 头部 */
.header{ width: 100%;}
.header nav.wrapper{ position: relative;  height: 80px; display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: nowrap;justify-content: space-between; align-items:center;  }
.header nav .logo img{ max-height: 50px; }
.header nav .logo{justify-content: center;align-items: center;margin: 0 40px;}
.header nav .menu{ display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: nowrap; justify-content:center;align-items:center;}
.header nav .menu>li{text-align: center; position: relative;  transition: all .1s linear;overflow: hidden;}
.header nav .menu>li h1{font-size: 12px;display: none;}
.header nav .menu>li>a{height: 80px;justify-content: center;align-items: center;flex-direction: column; transition: all .5s ease; display: flex; position: relative; z-index: 10; color: #333; font-size: 16px; padding: 0 15px; margin: 0 10px; box-sizing: border-box;}
.header nav .menu>li.active a{ color: #163a88;background: #fff;}
.header nav .menu>li.active h1{display: block;}
.header nav .menu li:hover a{ background: #fff;color: #163a88;transition: all 0.5s ease}

.navBtn{ display: none;}
@media screen and (max-width:1200px){
    .header nav .menu li a{ margin: 0 10px;}
}
@media screen and (max-width:900px){
    .header nav.wrapper{ height: 66px; }
    .header nav .logo{order: -1;margin:20px 0;}
    .header nav .logo img{ max-height: 42px;max-width: 300px;}
    .header nav .menu{ margin-right: 0; position: fixed; top: 66px; right: 0; width: 65%; height: 100vh; flex-wrap:wrap; align-content:flex-start; z-index: 100; overflow-y: scroll;transform: translate3d(100%, 0px, 0px);  transition: all 0.65s ease-in-out 0s; background-color: rgba(255, 255, 255, 0.9); }
    .header nav .menu.active{ transform: translate3d(0px,0px,0px)}
    .header nav .menu li{margin: 5px 0; width: 100%; height: 45px; line-height: 45px;}
    .header nav .menu li a{ line-height: 45px; border-bottom: 1px solid #999; height: 45px; max-width: 100%;}
    .header nav .menu li.active a{ color: #163a88;background: none;}
    .header nav .menu>li h1,.header nav .menu li.active h1{display: none;}

    /*滚动条样式*/
    .menu::-webkit-scrollbar {/*滚动条整体样式*/
        width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 2px;
    }
    .menu::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 5px;
        box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);
    }
    .menu::-webkit-scrollbar-track {/*滚动条里面轨道*/
        box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.1);
    }
    
    /* 下拉菜单 */
    .header nav .menu>li i.menuBtn{ display: none;}
    .header nav .menu li .Child1{ display: none; }

    /* 菜单按钮 */
    .navBtn{ display: block;}
    .header .navBtn{width:30px;height:20px;display:block;position:absolute;top:0;right:10px;cursor:pointer;padding:20px 15px;}
    .header .navBtn span{width:26px;height:3px;background:#333;display:block;border-radius:2px;transition:all .5s ease-out;position:absolute;top:20px;}
    .header .navBtn span:nth-child(2){top:29px;}
    .header .navBtn span:nth-child(3){top:37px;}
    .header .navBtn span.active:nth-child(1){transform:rotate(45deg);transition:all .5s ease-out;top:29px;}
    .header .navBtn span.active:nth-child(3){transform:rotate(-45deg);transition:all .5s ease-out;top:29px;}
}

/* 语言切换 */
.language{  position: relative; z-index: 101;  text-align: center;margin-left: 20px;}
.language .icon-Language-{ font-size: 26px; color: #333; display: block;  }
.language .icon-Language-:hover{cursor: pointer;}
.language div.changeBut{ box-sizing:border-box;padding:0; margin:0 auto; display: none; position: absolute; top: 54px; right: -45px;}
.language div.changeBut a{ display:block;  white-space: nowrap; font-size:14px;color:#000;padding: 0 30px; height: 40px;line-height: 40px; text-align: center; background:#fff; border-top: 1px solid #f0f0f0; }
.language div.changeBut a:hover{ color: #163a88;}
@media screen and (max-width:900px){
    .language{ width: 60%;margin-left: 0}
    .language .icon-Language-{ font-size: 32px; line-height: 1.5;}
    .language div.changeBut{ left: 0px; top: 40px; right: 0;}
    .language div.changeBut a{ text-align: center; }
}

/* banner */
.banner {width:100%;height: auto;overflow: hidden; position:relative;}
.banner .swiper-slide img {width:100%; height: auto;}
.banner img {width:100%; height: auto;}
.banner .swiper-container{margin-right:auto;margin-left:auto;width:100%;height:100%}
.banner .swiper-container .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;background:#fff;text-align:center;font-size:18px;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.banner .swiper-container .swiper-slide img{width:100%}
.banner .swiper-container .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%;background-color:#000;opacity:1;margin-bottom: 1%;}
.banner .swiper-container .swiper-pagination-bullet-active{background-color:#6bc9ff}
@media screen and (max-width:768px){
    .banner .swiper-container .swiper-pagination-bullet{width:5px;height:5px;border-radius:50%;background-color:#000;opacity:1}
    .banner .swiper-container .swiper-pagination-bullet-active{background-color:#6bc9ff}
}
#banner{ width: 100%;}
#banner .swiper-slide img{ width: 100%; }
#banner .img img{ width: 100%;}


.title{width: 100%;text-align: center;color: #333;font-size: 24px;}
.title>h1{padding:10px 0;}
.title>h1 span:last-child{font-size: 20px;color: #666;}
.title>span{display: block;}
@media screen and (max-width:767px){
    .title{font-size: 18px;}
    .title>h1{padding:10px 0 5px 0;}
    .title>h1 span{font-size: 14px;display: block;}
}

/* 产品 */
.proHome{width: 100%;padding: 50px 0;}
.proHome .wrapper .pro_nav{padding: 50px 0 30px 0;text-align: center;}
.proHome .wrapper .pro_nav a{background: #fff; margin: 10px 15px; padding: 5px 25px;border: 1px solid #767676;color: #333; font-size: 18px;}
.proHome .wrapper .pro_nav a.active{border: 1px solid #54b1bb; background: #163a88;color: #fff;}
.proHome .wrapper .pro_nav a.hvr-rectangle-out::before{background: #163a88}
.proHome .wrapper .pro_nav a:hover{border: 1px solid #54b1bb;color: #fff;}
.proHome .pro_s{padding-bottom: 80px;}
.proHome .pro_s .slide{transition: all 0.5s ease;box-sizing: border-box; border: 1px solid #c7c7c7;text-align: center;padding:25px 25px 30px 25px;}
.proHome .swiper-container .swiper-pagination-bullet,.supportHome .swiper-container .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%;background-color:#bfbfbf;opacity:1;}
.proHome .swiper-container .swiper-pagination-bullet-active,.supportHome .swiper-container .swiper-pagination-bullet-active{background-color:#333333}
.proHome .pro_s h3{transition: all 0.3s ease;font-size: 18px;color: #333;padding: 20px 0;}
.proHome .pro_s a{ transition: all 0.5s ease;padding: 3px 25px;border: 1px solid #767676;color: #333;font-size: 14px;background: #fff;}
.proHome .pro_s .slide:hover a{border: 1px solid #54b1bb;color: #fff;background: #163a88;transition: all 0.5s ease;}
.proHome .pro_s .slide:hover{border: 1px solid #54b1bb;transition: all 0.5s ease;}
.proHome .pro_s .slide:hover h3{color: #163a88;transition: all 0.3s ease;}
@media screen and (max-width:1024px){
    .proHome .pro_s .slide{padding: 10px 10px 20px 10px;}
}

@media screen and (max-width:767px){
    .proHome{padding: 20px 0;}
    .proHome .wrapper .pro_nav{padding: 20px 0;}
    .proHome .wrapper .pro_nav a{ padding: 3px 15px;margin: 5px 10px;font-size: 14px;}
    .proHome .pro_s{padding-bottom: 50px;}
    .proHome .pro_s h3{font-size: 14px;}
    .proHome .pro_s a{padding: 3px 10px;font-size: 12px}
    .proHome .pro_s .slide{padding: 10px 10px 15px 10px;}
}


/* 品牌介绍 */
.supportHome{width: 100%;padding: 50px 0;}
.supportHome .wrapper .sup_s{padding: 50px 0 80px 0;}
.supportHome .sup_s .flex{justify-content: center;}
.supportHome .sup_s .content{width: 45%;color: #333;transition: all 0.5s ease;}
.supportHome .sup_s  figure{transition: all 0.5s ease;width: 50%;margin-right: 30px;}
.supportHome .sup_s h3{font-size: 24px;}
.supportHome .sup_s p{font-size: 14px;line-height: 1.8;-webkit-line-clamp:4;margin: 30px 0 50px 0;min-height: 100px; }
.supportHome .sup_s a{ font-size: 14px;color: #333;padding: 5px 25px;border: 1px solid #666;}
.supportHome .sup_s a:hover{color: #fff;border: 1px solid #54b1bb;}
.supportHome .sup_s a.hvr-sweep-to-right::before{background: #163a88;}
.supportHome .sup_s  figure:hover{transform: translateX(10px);transition: all 0.5s ease;}
.supportHome .sup_s  .content:hover{transform: translateX(-10px);transition: all 0.5s ease;}
@media screen and (max-width:900px){
    .supportHome .sup_s h3{font-size: 20px;}
    .supportHome .sup_s .content{width: 48%;}
    .supportHome .sup_s  figure{width: 50%;}
    .supportHome .sup_s p{margin: 20px 0 30px 0}
    .supportHome{padding: 30px 0;}
}

@media screen and (max-width:767px){
    .supportHome .wrapper .sup_s{padding: 30px 0 50px 0;}
    .supportHome .sup_s .flex{flex-wrap: wrap;}
    .supportHome .sup_s  figure{margin-right: 0;width: 100%;margin-bottom: 20px;}
    .supportHome .sup_s h3{font-size: 18px;}
    .supportHome .sup_s .content{width:100%;text-align: center}
    .supportHome .sup_s  figure:hover,.supportHome .sup_s  .content:hover{transform: translateX(0px)}
    .supportHome .sup_s a{padding: 3px 15px;font-size: 12px;}
}



/* 新闻 */
.newsHome{width: 100%;padding: 50px 0;}
.newsHome .wrapper{padding: 30px 20px;align-items: center;flex-wrap: wrap;}
.newsHome .wrapper li{transition: all 0.5s ease; padding: 10px 20px 10px 10px; border: 1px solid #ccc;  width: 47%;margin-bottom: 10px;}
.newsHome .wrapper figure{width: 40%;}
.newsHome .wrapper .content{width: 55%;}
.newsHome .wrapper li:nth-child(3) .content,.newsHome .wrapper li:nth-child(4) .content{order: -1;}
.newsHome .wrapper  span{font-size: 12px;color: #666;}
.newsHome .wrapper h2{transition: all 0.5s ease;font-weight: bold; padding: 5px 0;font-size: 16px;color: #333;}
.newsHome .wrapper p{min-height: 50px; -webkit-line-clamp: 2;margin-top: 8px; line-height: 1.8;color: #666;font-size: 14px;}
.newsHome .wrapper a{transition: all 0.5s ease;padding: 3px 15px;color: #333;border: 1px solid #ccc;font-size: 12px;margin-top: 20px;}
.newsHome .wrapper li:nth-child(3),.newsHome .wrapper li:nth-child(4){ padding: 10px 10px 10px 20px; }
.newsHome .wrapper li:nth-child(1) .more,.newsHome .wrapper li:nth-child(2) .more{text-align: right;}
.newsHome .wrapper a:hover{color: #fff;transition: all 0.5s ease;}
.newsHome .wrapper li:hover{box-shadow: 0px 2px 3px 1px #ccc;transition: all 0.5s ease;}
.newsHome .wrapper li:hover h2{color: #163a88;transition: all 0.5s ease;}
.newsHome .wrapper li:hover a{background: #163a88;color: #fff;transition: all 0.5s ease;}
@media screen and (max-width:1200px){
    .newsHome .wrapper li{width: 45%;}
}
@media screen and (max-width:900px){
    .newsHome{width: 100%;padding: 30px 0;}
    .newsHome .wrapper{padding:20px 0;justify-content: center;}
    .newsHome .wrapper li{width: 88%;align-items: center;padding: 10px;}
    .newsHome .wrapper figure{width: 35%;}
    .newsHome .wrapper .content{width: 60%;}
    .newsHome .wrapper li:nth-child(3),.newsHome .wrapper li:nth-child(4){ padding: 10px; }
    .newsHome .wrapper h2{font-size: 14px;}
    .newsHome .wrapper p{font-size: 12px;min-height: 40px}
}


/* 尾部 */
.footer{width: 100%;}
.footer nav{text-align: center;padding: 15px 0;}
.footer nav a{font-size: 16px;color: #333;padding: 0 15px;border-right: 1px solid #333;}
.footer nav a:last-child{border-right: 0;}

.link .wrapper{text-align: center; color: #333;font-size: 14px; padding: 10px;border-top: 1px solid #999999;}
.link .wrapper a{font-size: 14px;color: #666;margin:0 5px;text-align: center;}
.footer nav a:hover,.link .wrapper a:hover{color: #163a88;}

.contactHome{ width: 100%;background: #333;font-size: 14px;color: #fff;padding: 15px 0;}
.contactHome .flex{flex-wrap: wrap;} 

.copyright .wrapper{text-align: center;color: #666666;font-size: 14px;padding: 10px;}
@media screen and (max-width:767px){
    .contactHome .flex{justify-content: center;}
    .contactHome .flex span:last-child{order: -1;margin-right: 10px;}

}
@media screen and (max-width:400px){
    .footer nav{padding: 10px 0;}
    .footer nav a{font-size: 12px;padding: 0 10px;}
    .contactHome{font-size: 12px;}
    .copyright .wrapper{font-size: 12px;}
}

.proHome .flex{flex-wrap: wrap;padding: 0;}
.proHome .flex .slide_pro{width: 33%;margin-bottom: 10px;transition: all 0.5s ease}
.proHome .flex .slide_pro:hover{box-shadow: 0px 2px 3px 1px #ccc;transition: all 0.5s ease}
@media screen and (max-width:500px){
    .proHome .flex .slide_pro{width: 49%;}
}

.pro_show .content,.news_show .content{padding: 50px 0 20px 0;}
.pro_show .content h1,.news_show .content h1{font-size: 24px;text-align: center;padding: 10px 0;}
.news_show .content h2{font-size: 14px;color: #666;text-align: center;}
.pro_show .content article,.news_show .content article{padding: 20px 50px; line-height: 1.8; min-height: 300px;margin: 30px 0;}
@media screen and (max-width:760px){
    .pro_show .content article,.news_show .content article{padding: 10px;margin: 20px 0;}
    .pro_show .content,.news_show .content{padding: 30px 0 10px 0;}
}

/* news */
.news{width: 100%;padding: 30px 0;}
.news ul.wrapper{margin-top: 30px; min-height: 400px; justify-content: center;flex-wrap: wrap;}
.news ul.wrapper li{transition: all 0.5s ease;margin-bottom: 10px; width: 100%;padding: 20px 15px;box-sizing: border-box; border-bottom: 1px solid #eeeeee;}
.news ul.wrapper li a{align-items: center;}
.news ul.wrapper li figure{width: 20%;}
.news ul.wrapper li .content{width: 78%;color: #666;font-size: 14px;;}
.news ul.wrapper li .content h3{font-size:24px;color: #333;transition: all 0.5s ease; }
.news ul.wrapper li .content p{line-height: 1.8;min-height: 50px; margin: 25px 0;-webkit-line-clamp:2;}
.news ul.wrapper li .content .bottom{font-size: 12px;align-items: center;}
.news ul.wrapper li .content .bottom i{font-size: 12px;margin-right: 5px;}
.news ul.wrapper li:hover{box-shadow: 0px 1px 2px 0px #163a88; transition: all 0.5s ease;}
.news ul.wrapper li:hover .content h3{color: #163a88;transition: all 0.5s ease;}

@media screen and (max-width:900px){
    .news ul.wrapper li .content h3{font-size:20px;}
    .news ul.wrapper li .content p{margin: 20px 0;}
    .news ul.wrapper li figure{width: 24%;}
    .news ul.wrapper li .content{width: 74%;}
}
@media screen and (max-width:760px){
    .news ul.wrapper li .content h3{font-size:14px;}
    .news ul.wrapper li .content p{margin: 10px 0;font-size: 12px;line-height: 1.5;min-height: 40px;}
    .news ul.wrapper li figure{width: 25%;}
    .news ul.wrapper li .content{width: 70%;}
    .news ul.wrapper li{padding: 0;padding-bottom: 15px;}
}

.about{width: 100%;padding: 30px 0;}
.about nav{text-align: center;padding: 30px 0;}
.about nav a{font-size: 18px;color: #333;padding: 5px 20px;border: 1px solid #333;margin: 10px 15px;}
.about .content{padding-top: 20px;font-size: 14px;color: #666;line-height: 1.8;min-height: 300px;}
.about nav a.active{color: #fff;border: 1px solid #54b1bb; background: #163a88;}
.about a.hvr-bounce-to-right::before{background: #163a88;}
.about nav a:hover{border: 1px solid #54b1bb;}

.support{padding: 20px 0;}
.support .sup_list{padding: 50px 0 20px 0;flex-wrap: wrap;}
.support .sup_list li{width: 33%;margin-bottom: 20px;transition: all 0.5s ease;}
.support .sup_list li figure{overflow: hidden;}
.support .sup_list li figure img{transition: all 0.8s ease;}
.support .sup_list a h1{text-align: center; padding: 20px 0;transition: all 0.5s ease; font-size:18px;color: #333;}
.support .sup_list li:hover{transform: translateY(-10px);box-shadow: 0px 2px 3px 1px #ccc;transition: all 0.5s ease;}
.support .sup_list li:hover img{transform: scale(1.2);transition: all 0.8s ease;}
.support .sup_list li:hover h1{color: #163a88;transition: all 0.5s ease;}


.support .sup_show{padding: 40px 0 20px 0;}
.support .content h1{font-size: 18px;color: #333;text-align: center;padding: 20px 0;}
.support .content article{padding: 30px; font-size: 14px;color: #666;line-height: 1.8;}
.support .sup_show figure img{transition: all 0.9s ease;}
.support .sup_show figure img:hover{transform: rotateY(180deg);transition: all 0.9s ease;}
@media screen and (max-width:760px){
    .support .content article{padding: 10px;}
    .support .sup_list li{width:49%;}
    .support .sup_list a h1{font-size: 14px;padding: 10px;}
}


/* 分页 */
.pages {width:100%;height:40px;line-height: 40px;display:flex;justify-content:center;margin-bottom: 40px; margin-top: 20px;}
.pages a , .pages strong , .pages em{width:40px;height:40px;line-height: 40px;text-align: center;font-size: 16px;display:block;cursor:pointer;margin: 0;color: #333;box-sizing:border-box;border: 1px solid #dcdcdc;border-right: none;}
.pages em {display:none;}
.pages a:last-child {border-right:1px solid #dcdcdc;}
.pages a:hover , .pages strong {box-sizing:border-box; border:1px solid #dcdcdc; border-right:none; background:#333 !important; color:#fff !important; border-color:#333;}
.pages a.prev , .pages a.next {width:80px;box-sizing:border-box;background: #333;color: #fff; border-color:#333;}
@media screen and (max-width:768px){
    .pages{justify-content:center; float: initial;}
    .pages a ,  .pages strong {width:30px; height:30px; font-size:12px; line-height:30px;}
    .pages a.prev , .pages a.next {width:60px;}
}


/* 招聘  下载  视频  公告  帮助  留言反馈----------------------------------------------------------------------------   */
#form label {width:100%;display:  flex;align-items:  center;position: relative; justify-content:space-between;}
form {width: 100%;margin:0 auto;height: auto;display: flex;margin-top:40px;text-align:  center;flex-wrap:wrap;overflow: hidden;justify-content: space-between;}
form label {padding-bottom: 20px; width:100%;}
form label span {padding-right: 20px;}
form label input {width: 100%;border: 1px solid #444;font-size:14px;line-height: 3;padding:0 10px;flex: 1;background: #fff; color: #222; outline:none;}
form label input:focus , form label textarea:focus{background:#666; border-color:#333; box-shadow:0 0 10px #eee; transition:all .3s ease;}
form label textarea {width:100%;vertical-align: top;border: 1px solid #444;font-size:14px;color: #222;line-height:1.5;font-family: 'Courier New';box-sizing: border-box;padding:10px;background: #fff; outline:none;}
#form .nickname , #form .phone {width:48%; }
form label p {position: absolute;left: 0px;bottom: 0px;color: #efa63d;font-size: 14px;}
#submit {width: 150px;height: 40px;line-height:40px;display:block;background: rgb(51, 50, 50);color: #fff;outline: none;margin: 0 auto;margin-top: 30px;}
 @media screen and (max-width:1400px){
    .message{ width: 100%;}
    .message h3{ font-size: 16px; padding: 12px 10px;}
    form{ width: 100%;}
    form label input{ width:64%; line-height: 2.5em;}
    form label textarea{width: 100%;}
  }
  #feedback {width: 780px;height:auto;text-align:center;padding:50px 0;margin: 0 auto;}
  #feedback h3 {font-size:24px; font-weight:normal; line-height:2;}
  #feedback .intro {color:#666666;}
  @media screen and (max-width:1400px){
    .contact .img img {max-width:80%;}
    .contact .left .box{width:80%;text-indent: 0;padding-left: 80px;height: auto;}
    .contact .left .box h3 {padding-top:0;}
  }
  @media screen and (max-width:960px){
    #contact .contact {flex-wrap:wrap;}
    .contact .left img {display:none;}
    .contact .left, .contact .img {width:100%;position: initial;box-sizing: border-box;}
    .contact .left .box {position:initial;margin: 0 auto;}
    .contact .img {width:80%;}
    .contact .img img {width:100%;margin: 0 auto;position: static;}
  }
  @media screen and (max-width:800px){
     #feedback {width:90%;}
  }
  @media screen and (max-width:768px){
      #form .nickname , #form .phone {width:100%; }
      #form label {padding-bottom:20px;}
      #feedback h3 {font-size:20px;}
      #feedback .intro {font-size:14px;}
      #feedback form {margin-top:15px;}
}

#Nofound { width: 90%; margin: 20px 0;text-align: center; height: 300px;line-height: 300px;border: 1px solid #333; margin:0 auto;}
.result {width:1360px;padding:20px;height: 30px;line-height: 30px;margin:0 auto;}
.result span {color:#efa63d;}
#totalSearch {width: 900px;margin: 0 auto;position: relative;border: 1px solid #333;height: 40px;line-height: 40px;box-sizing: border-box;padding: 10px; margin-top:30px;}
#totalSearch input { width: 92%;position: absolute;right: 40px; left: 10px;border: none;outline: none;}
#totalSearch i {width: 38px; height: 38px;position: absolute;right: 0;top: 0;text-align: center;line-height: 38px;cursor: pointer;}
#totalSearch i:hover {color:#efa63d;}
@media screen and (max-width:1400px){
  .result {width:100%;height: 70px;box-sizing: border-box;}
}
@media screen and (max-width:960px){
    #totalSearch {width:90%; }
}

#jobscats{width:100%;height:60px;line-height:60px}
#jobscats ul{width:1310px;height:60px;margin:0 auto;overflow:hidden;text-align:center}
#jobscats ul li{height:60px;float:left;text-align:center;font-size:16px;color:#eee;margin:0 15px;}
#jobscats ul li a{color:#333;display:  block;padding: 0 15px; position:relative;}
#jobscats ul li:hover a , #jobscats ul li a.actor{color:#efa63d}
#jobscats ul li:hover {border-bottom:3px solid #efa63d; box-sizing:border-box;}
#jobscats ul li a.actor::after {position:absolute; left:0; bottom:0; height:3px; background:#efa63d; content:''; width:100%;}
@media screen and (max-width:1350px){.job{width:96%}
.jobContent dl{width:96%}
}

#job{width:100%;height:auto;background:#efefef;padding:35px 0}
.job{width:1310px;overflow:hidden;margin:0 auto; display:flex; justify-content:space-between;}
.job .container{width: 100%;float:left;box-sizing:border-box;padding:0 20px 20px 20px;background:#fff;margin-right: 25px;flex: 1;}
.job .container h3{line-height:60px;font-size:20px;border-bottom:1px solid #eee;position:relative;text-indent:15px;margin-bottom:15px;font-weight:400}
.job .container h3::after{content:'';position:absolute;left:0;bottom:0;width:124px;height:3px;background:#efa63d}
.jobSearch {padding-bottom:25px;}
.jobSearch .jobContent{width:1360px; margin:0 auto;  margin-bottom:20px;}
.jobContent{width:100%;height:auto;background:#fff}
.jobContent .title{padding-top:12px;border-bottom:1px solid #eee;overflow:hidden}
.jobContent .desc{padding:20px 20px 40px 20px}
.jobContent .title a{font-size:18px;line-height: 32px;color:#333;font-weight:400;height:32px;overflow:hidden;}
.jobContent .title a:hover{color:#efa63d}
.jobContent .title .setting{height:54px;color:#999;font-size:12px;line-height:54px;padding: 0;}
 .jobContent .title .setting li{ /*float:left; */ display:inline-block;} 
.jobContent .title .setting li i{padding-right:8px}
.jobContent dl{width:78%;margin:0 auto;padding:45px 0 35px 0}
.jobContent dl dt{font-size:20px;line-height:32px;font-weight:400;position:relative;text-indent:20px;margin-bottom:16px}
.jobContent dl dt::after{position:absolute;left:0;top:6px;width:10px;height:20px;background:#efa63d;content:''}
.jobContent dl dd{font-size:16px;color:#666;line-height:30px;position:relative;padding-left:18px}
.jobContent dl dd::after{content:'';position:absolute;top:14px;left:0;width:6px;height:6px;text-align:center;line-height:30px;border-radius:50%;background:#666}
#jobscats{width:100%;height:60px;line-height:60px}
#jobscats ul{width:1310px;height:60px;margin:0 auto;overflow:hidden;text-align:center}
#jobscats ul li{height:60px;float:left;text-align:center;font-size:16px;color:#eee;margin:0 15px;}
#jobscats ul li a{color:#333;display:  block;padding: 0 15px; position:relative;}
#jobscats ul li:hover a , #jobscats ul li a.actor{color:#efa63d}
#jobscats ul li:hover {border-bottom:3px solid #efa63d; box-sizing:border-box;}
#jobscats ul li a.actor::after {position:absolute; left:0; bottom:0; height:3px; background:#efa63d; content:''; width:100%;}
@media screen and (max-width:1360px){
    .job{width:96%}
    .jobContent dl{width:96%}
    .jobSearch .jobContent {width:90%;}
}
@media screen and (max-width:768px){
    .job{width:100%;flex-wrap: wrap;}
    .job .container {margin:0; margin-bottom:25px;}
    .jobSearch .jobContent {width:96%;}
}

#download{width:100%;height:auto;background:#efefef;padding:35px 0;}
.download{width:1310px;height:auto;margin:0 auto;display:flex;justify-content:space-between;align-items: flex-start;}
.download .container{width: 100%;height:auto;box-sizing:border-box;padding:0 20px;background:#fff;position:relative;flex: 1;margin-right: 25px;padding-bottom: 20px;}
.download .slidebar{width: 340px;height:auto;box-sizing:border-box;padding:0 20px;background:#fff;}
.download h4{font-size:18px;line-height:32px;color:#333;padding:14px 0 10px 0;border-bottom:1px solid #eee;position:relative;text-indent:18px;font-weight:400;margin-bottom: 20px;}
.download h4::after{content:'';position:absolute;bottom:0;left:0;width:100px;height:2px;background:#efa63d}
.download dl,.help dl,.video dl{width:auto;position:absolute;top:30px;right:20px}
.download dl a,.help dl a,.video dl a{float:left;padding:0 10px;font-size:14px;color:#555;border-right:1px solid #ccc;line-height:1}
.download dl a:last-child,.help dl a:last-child,.video dl a:last-child{border:none}
.download dl a:hover,.help dl a:hover,.video dl a:hover , .download dl a.actor,.help dl a.actor,.video dl a.actor{color:#efa63d}
.download .container ul{width:100%;height:auto;padding-top:25px;padding-bottom:50px;overflow:hidden}
.download .container ul li{width:23%;height:auto;overflow:hidden;float:left;margin-right:20px;margin-bottom:35px}
.download .container ul li:nth-child(4n){margin-right:0}
.download .container li .img{width:100%;height:auto;overflow:hidden;border:1px solid #e5e5e5;box-sizing:border-box;padding:9px}
.download .container li img{width:100%;height:auto;box-sizing:border-box}
.download .container li h5{font-size:16px;line-height:32px;color:#333;padding-top:5px;font-weight:400;height:32px;overflow:hidden}
.download .container li .desc{font-size:14px;line-height:24px;color:#999}
.download .container li .setting{font-size:14px;color:#c9c9c9;font-size:14px;line-height:24px}
.download .container li .setting span{padding-left:8px}
.download .container li h5 a{box-sizing:border-box;padding:0 5px;color:#333;font-size:16px}
.download .container li h5 a:hover{color:#efa63d}
.download .container li #down{display:block;width:98px;height:32px;text-align:center;line-height:32px;color:#fff;font-size:14px;background:#efa63d;margin:0 auto;margin-top:14px}

@media screen and (max-width:1350px){
    .download {width:96%; margin:0 auto;}
}
@media screen and (max-width:960px){
    .download .slidebar {width:280px;}
}
@media screen and (max-width:768px){
    .download {width:100%; flex-wrap:wrap;}
    .download .container {margin:0; margin-bottom:25px;}
    .download .slidebar {width:100%;}
}

ul.search{width:1310px;height:auto;padding-top:25px;padding-bottom:50px;overflow:hidden}
ul.search li{width:208px;height:auto;overflow:hidden;float:left;margin-right:20px;margin-bottom:35px}
ul.search li:nth-child(4n){margin-right:0}
ul.search li .img{width:100%;height:auto;overflow:hidden;border:1px solid #e5e5e5;box-sizing:border-box;padding:9px}
ul.search li img{width:100%;height:auto;box-sizing:border-box}
ul.search li h5{font-size:16px;line-height:32px;color:#333;padding-top:5px;font-weight:400;height:32px;overflow:hidden}
ul.search li .desc{font-size:14px;line-height:24px;color:#999}
ul.search li .setting{font-size:14px;color:#c9c9c9;font-size:14px;line-height:24px}
ul.search li .setting span{padding-left:8px}
ul.search li h5 a{box-sizing:border-box;padding:0 5px;color:#333;font-size:16px}
ul.search li h5 a:hover{color:#efa63d}
ul.search li #down{display:block;width:98px;height:32px;text-align:center;line-height:32px;color:#fff;font-size:14px;background:#efa63d;margin:0 auto;margin-top:14px}
@media screen and (max-width:1350px){
    ul.search {width:90%; margin:0 auto;}
}
@media screen and (max-width:768px){
  ul.search {width:96%;margin:0 auto;display: flex;justify-content: space-between;}
  ul.search li {width: 48%;margin-right: 0;}
}

#breadCrumbs{width:100%;background:#dedede;}
.breadCrumbs{width:1310px;line-height: 20px;padding:20px 0;margin:0 auto;}
.breadCrumbs .breadcrumb-item{color:#333;line-height:20px;font-size:14px;height:20px;display: inline-block;/* float:left; */position:relative;padding-right:24px;margin-right:16px;}
.breadcrumb-item:hover{cursor:pointer;color:#efa63d;transition:all .3s}
.breadcrumb-item:hover .breadcrumb-ul{display:block}
.breadcrumb-item::after{content:'/';position:absolute;right:0;top:0}
.breadcrumb-item:last-child::after{display:none}
.breadcrumb-item i.icon-home1{padding-right:10px}
.breadcrumb-item ul{display:none}
@media screen and (max-width:1350px){
    .breadCrumbs{width:96%}
}
@media screen and (max-width:768px){
    .breadCrumbs {padding:10px 0;}
    .breadCrumbs .breadcrumb-item {padding-right:15px;}
}

#jobsDetails,#newsDetails{width:100%;height:auto;background:#efefef}
#videoDetails{width:100%;height:auto;background:#fff}

.newsDetails .slidebar{width: 340px;background:#fff;padding:0 16px;box-sizing:border-box;}
.videoDetails .details{margin-top:25px;display:flex;display:-webkit-flex;justify-content:space-between;align-items:flex-start}
.videoDetails .details .video{width: 100%;margin-right: 20px;flex: 1;}
.videoDetails .details .video video{width:100%;height:auto;margin-bottom: 20px;}
.videoDetails .details .slidebar{background:#fafafa;box-shadow:0 0 10px #ccc}
.videoDetails .details .slidebar h5{font-size:18px;font-weight:400;line-height:62px;border-bottom:1px solid #eee}
.videoDetails .details .slidebar article{max-width: 100%;padding-top:18px;padding-bottom:25px;font-size:14px;line-height:24px;color:#888; min-height: 415px;}
@media screen and (max-width:1200px){
  .videoDetails .details {flex-wrap:wrap;padding-bottom:20px;}
  .videoDetails .details .video {margin:0;}
  .videoDetails .details .slidebar {width: 100%;}

}

.jobsDetails,.newsDetails{width:1310px;height:auto;padding:30px 0;display:flex;display:-webkit-flex;justify-content:space-between;margin:0 auto;overflow:hidden;align-items:  flex-start;}
.newsDetails .container{background:#fff;box-sizing:border-box;padding:0 20px;margin-right: 30px;flex: 1;}
.jobsDetails .container{width:100%;background:#fff;box-sizing:border-box;padding:0 20px 40px 20px;float:left}
.jobsDetails .container .title{font-size:24px;line-height:82px}
.jobsDetails .setting{border-bottom:1px solid #eee}
.jobsDetails article{max-width: 100%;padding-top:20px}
.videoDetails .container{width:100%}
.newsDetails .title{overflow:hidden;border-bottom:1px solid #eee;position:relative}
.videoDetails .title{border-bottom:none}
.newsDetails .title h4{padding-top:18px;font-size:30px;font-weight:400;line-height: 1.3;padding-bottom: 18px;padding-left: 0;text-indent: 0;}
.newsDetails .title a#down{width:148px;height:38px;background:#efa63d;text-align:center;line-height:38px;position:absolute;bottom: 5px;right:0;color:#fff;border-radius:5px;transition:all .5s;}
.newsDetails .title a#down:hover{background:#efa63d;box-shadow:0 0 10px #eee;transition:all .5s}
.setting{height:16px;line-height:16px;padding-bottom:15px;font-size:14px;color:#999}
.setting li{float:left;overflow:hidden;margin: 0 10px;}
.setting i{padding-right:8px}
.newsDetails article{max-width: 100%;padding:20px 0 40px 0}
@media screen and (max-width:1350px){
    .jobsDetails,.newsDetails {width:90%;}
}
@media screen and (max-width:960px){
    .jobsDetails, .newsDetails {width:96%;}
    .newsDetails .container {margin-right:20px;}
    .contact .honorAA img{ width: 90%; display: inline-block; margin: 4px 8px;}
    #jobsList .jobsList, #newsList .newsList, #proList .proList{ flex-wrap: wrap;}
    #jobsList .container, #newsList .container, #proList .container{ width: 100%;}
    #jobsList .slidebar, #newsList .slidebar, #proList .slidebar{ width: 100%; margin-top: 10px;}
    .newsLists>li{ flex-wrap: wrap;}
    .newsLists>li>a{ display: block; width: 100%; }
    .header_r a{ font-size: 12px;}
    
    .jobsDetails, .newsDetails{ padding: 0;}
}
@media screen and (max-width:768px){
    .contact .img{width:100%;margin-bottom:20px}
    .contactContent{width:100%}
    .jobsDetails, .newsDetails {flex-wrap:wrap;width: 100%;}
    .newsDetails .container {width:100%;margin-right:  0;margin-bottom: 20px;padding: 0 12px;}
    .newsDetails .title h4 {font-size:18px}
    .newsDetails .title a#down {position: initial;display: block;margin:0 auto;margin-bottom: 20px;}
}

.slidebar {width: 340px;background:#fff;padding:0 16px;box-sizing:border-box;}
.slidebar .search{width:100%;height:auto;position:relative;padding-top:20px}
.slidebar input{width:100%;height:34px;line-height:34px;border:1px solid #eee;border-radius:17px;box-sizing:border-box;outline:0;padding:0 20px}
.slidebar input:focus{border-color:#333;color:#efa63d}
.slidebar .search i{position:absolute;right:30px;top:24px}
.slidebar h3{font-size:18px;line-height:48px;font-weight:400;padding-top:20px;position:relative;padding-left:12px}
.slidebar h3::after{content:'';left:0;top: 35px;width:4px;height:20px;background:#efa63d;position:absolute;}
.slidebar li a{display:block;width:100%;font-size:14px;color:#666;}
.slidebar li a img{width:100%;height:auto}
.slidebar li a p{line-height:3}
.slidebar a{width:100%;border:none;box-shadow:0 0 0;text-align:left;line-height:1.5;font-size:14px;padding:12px 0;border-bottom:1px solid #eee;margin:0;display:block;color:#333}
.slidebar a:hover{box-shadow:0 0 0}
.slidebar a:hover{color:#efa63d;transition:none;transform:none}
.slidebar .img{width:100%;height:auto;overflow:hidden;padding:22px 0;margin-bottom:6px}
.slidebar .img img{width:100%;height:auto}
@media screen and (max-width:960px){
    .slidebar {width:280px;}
}
@media screen and (max-width:768px){
    .slidebar {width:100%;}
}

#Notice{width:100%;height:auto;background:#efefef;padding-bottom:35px}
.Notice{width:1310px;height:auto;overflow:hidden;margin:0 auto;padding-top:35px;display:flex;flex-wrap:nowrap;justify-content:space-between}
.Notice .container{width:100%;height:auto;box-sizing:border-box;padding:0 20px 20px 20px;background:#fff}
.container .title{font-size: 20px;line-height:3;text-indent:15px;position:relative;margin-bottom: 20px;border-bottom: 1px solid #ddd;}
#Notice .container .title::after{position:absolute;left:0;bottom:0;width:110px;height:2px;background:#efa63d;content:''}
.Notice nav{width:100%;height:50px;line-height:50px;padding-top:6px;border-bottom:1px solid #eee}
.Notice nav a{font-size:16px;color:#333;line-height:50px;display:block;width:100px;text-align:center;float:left;position:relative}
.Notice nav a:hover{color:#efa63d;transition:all .3s}
.Notice nav a.actor{color:#efa63d}
.Notice nav a.actor::after{position:absolute;width:100px;height:2px;background:#efa63d;bottom:0;left:0;content:''}
.noticeLists>li{width:100%;height:auto;position:relative;padding:15px 0;display:flex;text-indent:15px;border-bottom:1px solid #eee;position:relative}
.noticeLists .newContent{padding-left:25px}
.newContent h3{font-size:22px;line-height:42px;font-weight:400}
.noticeLists a{display:block;overflow:hidden;color:#333}
.noticeLists a:hover{color:#efa63d}
.noticeLists>li a span{color:#ccc;position:absolute;right:0;padding-right:15px}
.noticeLists {padding-bottom:20px;}
@media screen and (min-width:960px) and (max-width:1350px){.Notice{width:90%}
}
@media screen and (max-width:960px){.Notice{width:96%;flex-wrap:wrap}
.Notice .container{width:100%;margin-bottom:20px}
.Notice .slidebar{width:100%;margin:0;margin-bottom:30px}
}

#video {width:100%; height: auto;}
#video .video {width:1400px; margin:0 auto; }
.video ul {display:flex;flex-wrap:wrap;justify-content: space-around;padding-top:30px;width: 1400px;margin: 0 auto;}
.video li {width:540px; height:auto; padding-bottom:12px;}
.video li .img {width:100%;height:300px;overflow:hidden;position: relative;}
.video li .img img {opacity: 0.8; width:100%; transition:all .4s ease;}
.video li .img a i{color:#fff;position:  absolute;left: 50%;top: 50%; font-size:26px;  width:58px; height:58px; border-radius:50%;
                    background:rgba(0,0,0,.5); text-align:center; line-height:58px; margin-left:-29px; margin-top:-29px;}
.video li .img:hover img{opacity:1; transition:all .4s ease;}
.video li .img:hover a i {transform:scale(1.4); background:#000; transition:all .4s ease;}
.video li .img:hover a i:hover {background:#efa63d;}
.video li .title {font-size:16px;line-height:26px;color:#666666;padding-top:14px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.video li  .setting {display:flex; justify-content:space-between; font-size:16px; line-height:26px; color:#989898; padding-top:5px;}
.views i.iconfont{font-size: 20px; margin-right: 5px; vertical-align: middle;}
@media screen and (max-width:1440px){
    #video .video {width:90%; }
    .video ul {justify-content: center;width: 90%;}
    .video li {width:42%; margin:0 10px;}
    .video li .img {height:auto;}
    .video li .title {font-size:16px;}
}
@media screen and (max-width:768px){
    #video .video {width: 96%;}
    .video ul {justify-content: space-around;}
    .video li {width:46%; margin:0 ;}
    .video li .title {font-size:14px; line-height:20px;}
    .video li  .setting {display:none;}
}

.videoShow {width:950px;margin:0 auto;overflow: hidden;text-align: center;}
.videoShow h4 {text-align:center; font-size:30px; color:#333333; padding-top:25px;}
.videoShow .setting {font-size:14px; line-height:20px; color:#999999;text-align: center; padding-top:12px;}
.videoShow .setting  span {padding:0 10px;}
.videoShow .setting  a {color:#999999;}
.videoShow .setting  a:hover {color:#efa63d;}
.videoShow video {width: 100%;height: auto;background:#000;margin:0 auto;margin-top: 38px;}
.videoShow article {max-width: 100%;color:#666666;margin:0 auto;text-align: justify;width: 100%; padding:10px 0 85px 0;}
.videoShow article p {font-size:16px; line-height:26px;}

@media screen and (max-width:1000px){
    .videoShow {width:90%; }
}
@media screen and (max-width:768px){
    .videoShow {width:96%; }
    .videoShow h4 {font-size:20px;}
    .videoShow video {margin-top:20px; padding-bottom:40px;}
    .videoShow article p {font-size:14px; }
}

#location {width:1360px;margin:0 auto;padding: 22px 0;}
#location i {font-size:14px;}
#location span a {margin-right:5px;}
#location span a:hover {color:#efa63d;}
@media screen and (max-width:1400px){
  #location {width:100%;}
}


#news #location a , #news #location span , #news #location span i {color:#666666;}
#news #location a:hover {color:#efa63d;}
#news {width:100%; overflow:hidden; position:relative;}
#news .news {width:1360px; height:auto; margin:0 auto;  }
.news #content {width:100%;display:flex;padding-top: 55px;}
.news #content .cats {width:160px;margin-right: 70px;}
.news #content .right {width:100%;flex:1;}
.news #content .cats a {display:block; width:100%; height:34px; line-height:34px; background:#e6e6e6; border-radius:17px; text-align:center; margin-bottom:30px;}
.news #content .cats a.active , .news #content .cats a:hover{color:#fff; background:#85daea;}
.news #content .right ul li {display:flex; margin-bottom:50px;}
.news #content .right ul li .img {width:260px; height:170px; overflow:hidden; margin-right:45px; }
.news #content .right ul li .img img {transition:all .4s ease;}
.news #content .right ul li dl {width:100%; flex:1;}
.news #content .right .title {display:inline-block;font-size: 18px;height:32px;line-height:32px;overflow:hidden;}
.news #content .right .intro {color:#666666;line-height:28px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news #content .right .setting {display:flex;justify-content:space-between;padding-top: 55px;font-size: 12px;color: #999999;}
.news #content .right .setting a {color:#999999;}
.news #content .right .setting a:hover {color:#efa63d; font-size:16px; transition:all .4s ease;}
.news #content .right .title:hover {color:#efa63d;}
.news #content .right ul li .img {background:#333;}
.news #content .right ul li .img:hover img {transform:scale(1.1); transition:all .4s ease; opacity:0.5;}
@media screen and (max-width:1400px){
    #news .news {width:100%;}
    .news #content {width:90%; margin:0 auto;}
}
@media screen and (max-width:1200px){
    .news #content .cats {margin-right:40px;}
    
}
@media screen and (max-width:960px){
    .news #content .right ul li .img {width:200px;margin-right:20px;height: 130px;}
    .news #content .right .intro {font-size:14px; line-height:1.5;}
    .news #content .right .setting {padding-top: 30px;}
    .news #content .right ul li {margin-bottom:30px;}
    
}
@media screen and (max-width:768px){
    .news #content {padding-top:20px;}
    .news #content {flex-wrap:wrap;width: 96%;}
    .news #content .cats {width:100%;margin: 0;text-align: center;margin-bottom: 20px;}
    .news #content .cats a {width:auto;padding: 5px 15px;margin: 5px;display: inline-block;font-size: 14px;height: auto;line-height: 1.2;}
    .news #content .right ul li .img {width:150px; height:98px; margin-right:10px;}
    .news #content .right .title {font-size:14px; line-height:24px; height:24px;}
    .news #content .right .intro {font-size:12px;-webkit-line-clamp: 1;margin-top: 5px;}
    .news #content .right .setting {padding-top:20px;}
}


#newsShow {width:1360px; margin:0 auto;}
#newsShow .newsShow {width:100%; margin:20px 0;}
.newsShow h3 {text-align:center; font-size:24px; font-weight:normal; margin-bottom:20px;}
.newsShow article {max-width: 100%;font-size:16px; line-height:2; color:#000000; margin-bottom:60px;}
.newsShow article p {margin:15px 0;}
.newsShow article img {max-width:100%; height:auto;}
#change {display:flex;justify-content:space-between;margin-bottom: 10px;flex-wrap:wrap;}
#change a {color:#000000; margin:10px 0;}
#change a:hover {color:#efa63d;}

@media screen and (max-width:1400px){
    #newsShow {width:90%;}
}
@media screen and (max-width:768px){
    #newsShow {width:94%;}
    .newsShow h3 {font-size:18px; line-height:2;}
    #change a {font-size:14px;}
}


.productTop { width: 1400px; margin: 20px auto; padding-top:35px;position:relative;margin-bottom: 20px;}
.productTop h4 { font-size:22px; line-height:32px; color:#333; }
.productTop .intro {font-size:16px;color:#999999;line-height:20px;width:  50%;}
.productTop ul.cats {position:absolute;right:0;bottom: 15px;display:flex;line-height: 20px;}
.productTop ul li a {display:block; height:16px; line-height:16px; padding:0 12px; border-right:1px solid #999; color:#666;}
.productTop ul li:last-child a {border-right:none;}
.productTop ul li a:hover , .productTop ul li.active a {color:#efa63d;}

@media screen and (max-width:1440px){
    .productTop { width: 100%; box-sizing: border-box;padding: 12px 15px;}
}

@media screen and (max-width:768px){
    #product .product {width:96%;}
    .productTop { width: 100%; box-sizing: border-box;padding: 6px 10px;}
    .productTop h4 {text-align:center;font-size: 20px;}
    .productTop .intro {width:100%; text-align:center;}
    .productTop ul.cats {position:static;display:flex;justify-content:center;padding-top:20px;flex-wrap:  wrap;}
    .productTop ul.cats li {margin-bottom:5px;}
    .productTop {padding-top:30px; margin-bottom:20px;}
}


/* 搜索框 */

.search {margin: 0 auto; background: #333; border-radius: 20px; display: flex;justify-content: center;align-items: center; width: 23%;padding: 5px 8px; border: 1px solid #ccc;box-sizing: border-box; }
.search i {font-size: 16px;cursor: pointer;}
.search input{padding:0 5px; color: #fff; width: 100%;height: 20px; background: #333;border-radius: 20px;}
.search:hover i{color: #6bc9ff}
.search:hover{border: 1px solid #6bc9ff;}
@media screen and (max-width:768px){
    .search {width:100%;position:initial;margin-top: 15px;display: flex; display: -webkit-flex; margin-right: 0;}
    .search input {width:100%; flex:0 1 auto;}
}

/* 上下页 */
#change {display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; align-content: flex-start; line-height: 28px;color:#333;font-size:16px;flex-wrap: wrap;
    padding-bottom: 45px; padding-top: 40px;}
#change a  {font-size: 14px;color:#666666; }
#change a:hover {color:#ae9a6c;}




.fn_nav .fn_logos figure {width: 166px;height: 41px;}

.fn_nav nav.flex {align-items: center;}
.fn_nav .nav_list {padding: 32px 0;}
.fn_nav .nav_list li {margin: 0 20px;}
.fn_nav .nav_list li a{font-size: 16px;font-weight: 400;color: #1A1A1A;}
.fn_nav .nav_list span {color:  #ddd;font-size: 20px;}

.prounbox {padding: 84px 0 60px;}
.prounbox .prou_left{width: 260px;margin-right: 60px;}
.prounbox .prou_left .prou_title {background: #163a88;padding: 22px 0;text-align: center;}
.prounbox .prou_left .prou_title h2 {font-size: 20px;font-weight: 400;color: #fff;}
.prounbox .prou_left .prou_title p {font-size: 14px;font-weight: 400;color: #fff;}
.prounbox .prou_left ul {background: #F5F5F5;padding: 0 0 32px;}
.prounbox .prou_left ul li {padding: 18px 0;text-align: center;}
.prounbox .prou_left ul li:hover {background-color: #163a88;}
.prounbox .prou_left ul li:hover a{color: #ffffff;}
.prounbox .prou_left ul li:last-child {margin-bottom: 0;}
.prounbox .prou_left ul li a {font-size: 16px;font-weight: 400;color: #666666;margin: 0 auto;}
.prounbox .prou_right {flex-wrap: wrap; flex: 1;}
.prounbox .prou_right li {margin-bottom: 28px; width: 33.33%;}
.prounbox .prou_right li h2 {margin-top: 19px;}
.prounbox .prou_right li h2 a {font-size: 16px;font-weight: 400;color: #333333;text-align: center;display: block;}
.prounbox .prou_right li h2 a:hover {color: #163a88;}
.environ .envlist h3 a:hover {color: #163a88;}
.bgund {position: relative;}
.bgund img {width: 100%;}
.bgund figure {position: relative;;z-index: -1;}
.bgund .bg_btn a {margin-top: 7%;}
.bgund .bg_btn a:nth-child(1) {width: 200px;height: 44px;border: 1px solid #fff;border-radius: 22px;font-size: 18px;font-weight: 400;color: #fff;line-height: 44px; text-align: center;margin-right: 36px;}
.bgund .bg_btn a:nth-child(2) {font-size: 18px;font-weight: 400;color: #163a88;line-height: 44px;text-align: center;width: 200px;height: 44px;background: #fff; border-radius: 22px;display: flex;align-items: center;justify-content: center;}
.bgund .bg_btn {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;justify-content: center;}
.bgund .bg_btn a i {display: inline-block;width: 24px;height: 24px;background: url(../img/dianhua.png) no-repeat;background-size: 100% 100%;margin-right: 8px;}

.factorybox {padding: 84px 0;}
.factorybox .conttitle{text-align: center;}
.factorybox .conttitle h2 {font-size: 32px;font-weight: 400;color: #333333;margin-bottom: 24px;}
.factorybox .conttitle .titleinfo span {font-size: 16px;font-weight: 400;color: #fff;display: inline-block;padding: 12px 36px;text-align: center;background: #163a88;display: inline-block;border-radius: 20px;}
.factorybox .conttitle .titleinfo::after {content: "";display: inline-block;width: 20%; height: 1px;background: #163a88;vertical-align: middle;}
.factorybox .conttitle .titleinfo::before {content: "";display: inline-block;width: 20%; height: 1px;background: #163a88;vertical-align: middle;}
.factright {width: 50%;}

.factorybox .factory_cont {margin-top: 60px;}

.factorybox .factory_cont li figure {margin-right: 84px;}
.factorybox .factory_cont li .factright .facttext h3 {font-size: 20px;font-weight: bold;color: #333333;}
.factorybox .factory_cont li .factright .facttext h3 span {font-size: 48px;font-weight: bold;color: #163a88;margin-right: 20px;line-height: 48px;}
.factorybox .factory_cont li .factright .facttext .text_indos {background: #163a88;border-radius: 0px 20px 0px 20px;padding: 12px 20px;display: inline-block;margin-top: 10px;font-size: 16px;font-weight: 400;color: #fff; width: 50%;text-overflow: ellipsis;overflow: hidden;white-space:nowrap; box-sizing: border-box;}
.factorybox .factory_cont li .factright .facttext p {font-size: 14px;font-weight: 400;color: #888888;margin-top: 10px;line-height: 18px;width: 99%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.factorybox .factory_cont li .factright .facttext:nth-child(2) {margin-top: 10px;}
/* .factorybox .factory_cont li .factright:nth-child(1){margin-left: 70px;} */
.factorybox .factory_cont li:nth-child(2) {justify-content: end;margin-top: 36px;}

/* .factorybox .factory_cont li:nth-child(2) figure{margin-right: 0px;margin-left: 84px;} */
.envtitle {text-align: center;}
.envtitle h2 {font-size: 32px;font-weight: 400;color: #333333;margin-bottom: 19px;line-height: 32px;}
.envtitle p {font-size: 16px;font-weight: 400;color: #333333;}
.environ {padding-bottom: 84px;}
.environ .envlist {margin-top: 48px;}
.environ .envlist h3 {margin-top: 16px;font-size: 16px;font-weight: 400;color: #333333;text-align: center;}
.environ .envlist li {margin-right: 20px;width: 24%;}
.environ .envlist li:last-child {margin-right: 0;}

.env_about {background: #F8F8F8;position: relative;}
.enew_right {width: 100%;}
.enew_right p {display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp:2;}
.env_about div.wrapper {position: absolute;top: 0;right: 0;left: 0;bottom: 0;margin: auto;justify-content: flex-end;}
.env_about figure {width: 48%;}
.env_about div.wrapper .env_abrig {width: 48%;padding-top: 60px;box-sizing: border-box;}
.env_about div.wrapper .env_abrig .envtitle {text-align: left;margin-bottom: 40px;}
.env_about div.wrapper .env_abrig .ab_text {font-size: 16px;font-weight: 400;color: #888888;line-height: 28px;}
.env_about div.wrapper .env_abrig a {width: 200px;height: 48px;background: #163a88;font-size: 18px;font-weight: 400;color: #fff;line-height: 48px; text-align: center;position: absolute;bottom: 84px;display: block;}

.env_news {padding: 84px 0;}
.env_news .enew_left .enew_text h3{font-size: 20px;font-weight: 400;color: #333333;margin-bottom: 17px;}
.env_news .enew_left .enew_text p {font-size: 14px;font-weight: 400;color: #888888;line-height: 24px;-webkit-line-clamp:3;}
.env_news div.wrapper {margin-top: 48px;}
.env_news .enew_left {margin-right: 84px;}
.env_news .enew_left .enew_text {position: relative;flex: 1;margin-left: 36px;height: 160px;}
.env_news .enew_left .enew_text span{position: absolute;bottom: 0;font-size: 14px;font-weight: 400;color: #888888;}
.env_news .enew_left ul {margin-top: 36px;width: 100%;}
.env_news .enew_left ul li {margin-bottom: 20px;}
.env_news .enew_left ul li:last-child {margin-bottom: 0;}

.env_news .enew_left ul li h4 a{font-size: 20px;font-weight: 400;color: #333333;display: block; }

.env_news .enew_left ul li span {font-size: 14px;font-weight: 400;color: #888888;vertical-align: bottom;}
.env_news .enew_right li {margin-bottom: 32px;}
.env_news .enew_right li:last-child {margin-bottom: 0;}
.env_news .enew_right li h2 {font-size: 20px;font-weight: 400;color: #333333;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp:1;}
.env_news .enew_right li h2 span {font-size: 20px;font-weight: bold;color: #163a88;}
.env_news .enew_right li p {font-size: 14px;font-weight: 400;color: #888888;margin-top: 10px;padding-left: 30px;}


.env_news .enew_left ul li h4 a:hover {color: #163a88;}
.env_news .enew_left .enew_text h3 a:hover {color: #163a88;}
.en_bgs {height: 36px;background: #F8F8F8;}
.eve_foot {padding: 60px 0 102px;}
.eve_foot .link_sl {font-size: 20px;font-weight: bold;color: #163a88;}
.eve_foot .link_sl a {font-size: 16px;font-weight: 400;color: #666666;margin: 0 20px;display: inline-block;}

.eve_foot .foot_conts {margin-top: 84px;justify-content: flex-start;}
.eve_foot .foot_conts .fontco_left {width: 30%;justify-content: flex-start;border-right: 1px solid #eee;}
.eve_foot .foot_conts .fontco_left ul li {margin-bottom: 32px;}
.eve_foot .foot_conts .fontco_left ul li:last-child {margin-bottom: 0;}
.eve_foot .foot_conts .fontco_left ul li a::before {content: "";display: inline-block;width: 4px;height: 16px;background: #163a88;vertical-align: middle;margin-right: 12px;}
.eve_foot .foot_conts .fontco_left ul {margin-right: 84px;}
.eve_foot .foot_conts .fontco_left ul:last-child {margin-right: 0;}
.eve_foot .foot_conts .mation ul li{display: flex; align-items: center;margin-bottom: 27px;}
.eve_foot .foot_conts .mation ul li img{width: 30px; height: 30px;}
.eve_foot .foot_conts .mation ul li img {margin: 0;margin-right: 13px;}
.eve_foot .foot_conts .mation ul li:last-child {margin-bottom: 0;}

.eve_foot .foot_conts .erweimas {padding: 10px; background-color: #F8F8F8;margin: 0 123px 0 127px;}
.eve_foot .foot_box {padding-bottom: 65px;border-bottom: 1px solid #eee;}
.eve_foot .foot_botm {  font-size: 14px;font-weight: 400;color: #888888;margin-top: 36px;}
.eve_foot .foot_botm a{display: inline-block;font-size: 14px;font-weight: 400;color: #888888;}


@media screen and (max-width:1430px){
    .env_about div.wrapper .env_abrig a {width: 140px;height: 30px;font-size: 14px;line-height: 30px;position: static;margin-top: 30px;margin-bottom: 20px;}
}

@media screen and (max-width:1200px){
    .env_about {display: flex;}
    .env_about div.wrapper .env_abrig {width: 100%;}
    .env_about div.wrapper {position: static;width: 50%;}
    .env_about div.wrapper .env_abrig {padding-top: 30px;}
    .env_news div.wrapper {flex-direction: column;}
    .env_news .enew_left {margin-right: 0px;}
    .env_news .enew_right {width: 100%;margin-top: 30px;}
}
@media screen and (max-width:900px){
    .prounbox div.wrapper {flex-direction: column;}
    .prounbox .prou_left {width: 100%;margin-bottom: 20px;}
    .prounbox .prou_left ul li {padding: 20px 0;}
    .bgund .bg_btn a:nth-child(1) {width: 140px;height: 30px;font-size: 14px;line-height: 30px;margin-right: 36px;}
    .bgund .bg_btn a:nth-child(2) {font-size: 14px;line-height: 30px;width: 140px;height: 30px;}
    .factorybox .conttitle h2 {font-size: 28px;}
    .envtitle h2 {font-size: 28px;}
    .prounbox {padding: 42px 0 30px;}
    .factorybox {padding: 42px 0;}
    .environ {padding-bottom: 42px;}
    .env_about div.wrapper .env_abrig {padding-top: 30px;}
    .env_about div.wrapper .env_abrig .envtitle {margin-bottom: 20px;}
    .factorybox .factory_cont li figure {margin-right: 42px;}
    .eve_foot .foot_conts .erweimas {margin: 0 60px 0 60px;}
    .eve_foot .foot_conts .fontco_left {display: none;}
    .eve_foot .foot_conts .erweimas {display: none;}
    .eve_foot .foot_conts {margin-top: 42px;}
    .factorybox .factory_cont li .factright .facttext h3 span {font-size: 38px;}
    .env_about {flex-direction: column;padding-top: 20px;}
    .env_about figure {width: 100%;text-align: center;}
    .env_about div.wrapper {width: 100%;}
    .env_about div.wrapper .env_abrig a{margin: 20px auto 20px;}
    .env_news {padding: 42px 0;}
    .env_about div.wrapper .env_abrig .envtitle {text-align: center;}
}
.caseHome ul {flex-wrap: wrap;}


@media screen and (max-width:760px){
    .factorybox .factory_cont li:nth-child(1) {flex-direction: column;}
    .factorybox .factory_cont li figure {margin: 0 auto; text-align: center;}
    .factorybox .factory_cont li:nth-child(2) {flex-direction: column-reverse;}

    .factorybox .factory_cont li .factright {width: 100%;}
    .factorybox .conttitle .titleinfo span {font-size: 14px;/*padding: 12px 12px;*/}
    .env_news .enew_left .enew_text span {position: static;}
    .env_news .enew_left .enew_reco {flex-direction: column;}
    .env_news .enew_left .enew_text {position: relative;flex: 1;margin-left: 0px;height: auto;}
    .env_news .enew_left .enew_reco figure {margin: 0 auto; text-align: center;margin-bottom: 20px;}
    .eve_foot {padding: 30px 0 62px;}
    .prounbox .prou_left .prou_title {padding: 12px 0;}
    .envtitle h2 {font-size: 24px;}
    .factright {width: 100%;}
    .factorybox .factory_cont li .factright .facttext .text_indos { width: 100%;}
}

@media screen and (max-width:500px){
    .prounbox .prou_right li {width: 48%;}
    .environ .envlist {flex-wrap: wrap;}
    .environ .envlist li {margin-right: 0px;width: 48%;margin-bottom: 20px;}
    .env_news .enew_left ul li h4 {font-size: 16px;}
    .env_news .enew_right li h2 {font-size: 18px;}
    .bgund .bg_btn {display: none;}
    .factorybox .conttitle h2 {font-size: 24px;}
}

/*2021.4.13 案例*/
/* 客户案例------------------------------------------------------------ */
.customerCase{ padding: 60px 0 120px 0;}
.caseBox{ width: 1300px; margin: 0 auto;  display: flex; display:-webkit-flex; flex-wrap: wrap; justify-content:flex-start;align-items:flex-start;}
.caseBox li{display: flex; display:-webkit-flex; flex-wrap: nowrap; justify-content:flex-start;align-items:flex-start; transition:all .3s ease-out; box-shadow: 0 0 20px #ece9e9;}
.caseBox li:hover{  transition:all .3s ease-out;}
.caseBox li .caseImg , .caseBox li .caseText{ width: 324px; height: 280px;  }
.caseBox li .caseImg { overflow: hidden; transition:all .5s ease-out;}
.caseBox li .caseImg img{ transform: scale(1); transition:all .5s ease-out;}
.caseBox li .caseImg:hover img{ transform: scale(1.05); transition:all .5s ease-out;} 
.caseBox li .caseText{ box-sizing:border-box; padding: 20px; background-color: #f2f2f2; position: relative; }
.caseBox li .caseText a{ display: block;}
.caseBox li .caseText h5{ font-size: 18px; color: #333333; line-height: 2; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.caseBox li .caseText .caseIntro{ margin-top: 30px; height: 125px; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.caseBox li .caseText .caseIntro p,.caseBox li .caseText .caseIntro *,.caseBox li .caseText .caseIntro{ font-size: 14px; color: #666666; line-height: 1.8; }
.caseBox li .caseText span{ display: block; margin: 0 auto; margin-top: 15px; width: 5em; padding: 4px 40px; border-radius: 20px; -webkit-border-radius:20px; -moz-border-radius:20px; 
 border: 1px solid #163a88;color: #666; font-size: 14px; transition: all .5s ease-out;}
.caseBox li .caseText span:hover{transition: all .5s ease-out; color: #fff;  background-color: #163a88; }
.caseBox li .caseText i.iconfont{ position: absolute; top: 50px; left: -22px; font-size: 30px; color: #f2f2f2; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);
 text-shadow:0 0 3px #dcdcdc;}
 .caseBox li:nth-of-type(3) .caseImg,.caseBox li:nth-of-type(4) .caseImg{ order: 3; transition: all .5s ease-out;}
 .caseBox li:nth-of-type(3) .caseText i.iconfont,.caseBox li:nth-of-type(4) .caseText i.iconfont{ left: initial; right: -22px; transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg);}

@media screen and (max-width:1300px){ 
    .caseBox{ width: 100%; justify-content:center;}
    .caseBox li .caseImg , .caseBox li .caseText{ width: 24.5vw; height: 21.2vw;  }
    .caseBox li .caseText h5{ line-height: 1.6;}
    .caseBox li .caseImg img{ width: 100%;}
    .caseBox li .caseText .caseIntro{margin-top: 8px;  height: 100px; -webkit-line-clamp: 4; }
}
@media screen and (max-width:1000px){
    .customerCase{ padding: 20px 0 40px 0;}
    .caseBox li .caseImg , .caseBox li .caseText{ width: 36vw; height: 31vw; }
    .caseBox li .caseText .caseIntro{ height: 100px; }
    .caseBox li:nth-of-type(1) .caseImg,.caseBox li:nth-of-type(3) .caseImg{ order: 0;}
    .caseBox li:nth-of-type(2) .caseImg,.caseBox li:nth-of-type(4) .caseImg{ order: 3;}
    .caseBox li:nth-of-type(1) .caseText i.iconfont,.caseBox li:nth-of-type(3) .caseText i.iconfont{ right: initial; left: -22px; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);}
    .caseBox li:nth-of-type(2) .caseText i.iconfont,.caseBox li:nth-of-type(4) .caseText i.iconfont{ right: -22px; left: initial; transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg);}
 }
@media screen and (max-width:768px){
    .caseBox li .caseText{ padding: 10px;}
    .caseBox li .caseImg , .caseBox li .caseText{ width: 48vw; height: 41.6vw; }
    .caseBox li .caseText i.iconfont{ top: 20px;}
    .caseBox li .caseText .caseIntro{ height: 50px; -webkit-line-clamp: 2; }
    .caseBox li .caseText span{ padding: 4px 20px; margin-top: 8px;}
}

